05. Ordering Elements with Flexbox

Ordering Elements with Flexbox Heading

Ordering Elements with Flexbox

ND001 C01 L03 05 Ordering Elements With Flexbox

Ordering Elements with Flexbox Recap

There are three ways to explicitly set the order in which items will appear in a grid.

  1. Moving the HTML code for the elements themselves to reorder
  2. Appending -reverse to row or column will reverse the order in the specified row or column
  3. Using the order property of the individual items inside the grid